Add text language to code bloks in machine-readable-output.md
authorJuan Hernández <juan.hernandez.babon@gmail.com>
Tue, 1 Nov 2016 17:16:55 +0000 (18:16 +0100)
committerJuan Hernández <juan.hernandez.babon@gmail.com>
Tue, 1 Nov 2016 17:16:55 +0000 (18:16 +0100)
Travis fails when running `make doc` because of this file.
This should fix the issue.

src/doc/machine-readable-output.md

index e486fd6c6854239657395ea05136baa1f9aade8a..7b0463a5a6e56ff4d2f0d0fa902edcf006734dfe 100644 (file)
@@ -7,7 +7,7 @@ Cargo can output information about project and build in JSON format.
 You can use `cargo metadata` command to get information about project structure
 and dependencies. The output of the command looks like this:
 
-```
+```text
 {
   // Integer version number of the format.
   "version": integer,
@@ -59,7 +59,7 @@ without waiting for the whole build to finish.
 
 The message format looks like this:
 
-```
+```text
 {
   // Type of the message.
   "reason": "compiler-message",